QuickTime 3 Reference

Previous | Chapter Top | Chapter Contents | Next

Flattening Flags

The flags parameter to the FlattenMovieData function specifies a set of movie flattening flags. QuickTime 2.1 provides one new flag that you must set when specifying a data reference to flatten a movie to, instead of a file:

enum {
    flattenFSSpecPtrIsDataRefRecordPtr  = 1L << 4
};

Flag description

flattenFSSpecPtrIsDataRefRecordPtr
Set this flag to 1 if the FSSpec pointer is a DataReferencePtr . This capability enables you to flatten movies to non-file system devices.

© 1997 Apple Computer, Inc.

Previous | Chapter Top | Chapter Contents | Next